home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 21 / Mac Magazin and MacEasy Magazine CD - Issue 21.iso / Wissenschaft & Technik / gist12vr1.ppc folder / gist / boxed2.gs < prev    next >
Text File  |  1995-07-26  |  2KB  |  70 lines

  1. # Gist boxed2.gs drawing style
  2. # $Id: boxed2.gs,v 1.1 1993/08/27 17:08:43 munro Exp $
  3.  
  4. # Two overlayed coordinate systems on a portrait page with frame
  5. # Legends: two columns below viewport, no contour legends
  6.  
  7. # See work.gs for description of meanings
  8.  
  9. # Note:
  10. # The lower x ticks and x labels are drawn by the left axis system,
  11. # but the upper x ticks are drawn by the right axis system.  There is
  12. # no other warning if the x limits of the left system are not the
  13. # same as the x limits of the right system.
  14.  
  15. landscape= 0
  16.  
  17. # The default coordinate system template is identical to work.gs
  18. default = {
  19.   legend= 0,
  20.  
  21.   viewport= { 0.1757, 0.6143, 0.4257, 0.8643 },
  22.  
  23.   ticks= {
  24.  
  25.     horiz= {
  26.       nMajor= 5.0,  nMinor= 25.0,  logAdjMajor= 1.2,  logAdjMinor= 1.2,
  27.       nDigits= 3,  gridLevel= 1,  flags= 0x02b,
  28.       tickOff= 0.0007,  labelOff= 0.010,
  29.       tickLen= { 0.009, 0.006, 0.004, 0.0027, 0.0018 },
  30.       tickStyle= { color= -2,  type= 1,  width= 1.0 },
  31.       gridStyle= { color= -2,  type= 3,  width= 1.0 },
  32.       textStyle= { color= -2,  font= 0x08,  prec= 2,  height= 0.0182,
  33.         expand= 1.0,  spacing= 0.0,  upX= 0.0,  upY= 1.0,
  34.         path= 0,  alignH= 0,  alignV= 0,  opaque= 0 },
  35.       xOver= 0.395,  yOver= 0.370 },
  36.  
  37.     vert= {
  38.       nMajor= 5.0,  nMinor= 25.0,  logAdjMajor= 1.2,  logAdjMinor= 1.2,
  39.       nDigits= 4,  gridLevel= 1,  flags= 0x02b,
  40.       tickOff= 0.0007,  labelOff= 0.006,
  41.       tickLen= { 0.009, 0.006, 0.004, 0.0027, 0.0018 },
  42.       tickStyle= { color= -2,  type= 1,  width= 1.0 },
  43.       gridStyle= { color= -2,  type= 3,  width= 1.0 },
  44.       textStyle= { color= -2,  font= 0x08,  prec= 2,  height= 0.0182,
  45.         expand= 1.0,  spacing= 0.0,  upX= 0.0,  upY= 1.0,
  46.         path= 0,  alignH= 0,  alignV= 0,  opaque= 0 },
  47.       xOver= 0.150,  yOver= 0.370 },
  48.  
  49.     frame= 1,
  50.     frameStyle= { color= -2,  type= 1,  width= 1.0 }}}
  51.  
  52. # The first coordinate system has left ticks and labels
  53. system= {
  54.   legend= "Left Axis (0)",
  55.   ticks= { horiz= { flags= 0x029 }, vert= { flags= 0x029 } }}
  56.  
  57. # The second coordinate system has right ticks and labels
  58. system= {
  59.   legend= "Right Axis (1)",
  60.   ticks= { horiz= { flags= 0x00a }, vert= { flags= 0x04a } }}
  61.  
  62. legends= {
  63.   x= 0.04698,  y= 0.350,  dx= 0.3758,  dy= 0.0,
  64.   textStyle= { color= -2,  font= 0x00,  prec= 2,  height= 0.0156,
  65.     expand= 1.0,  spacing= 0.0,  upX= 0.0,  upY= 1.0,
  66.     path= 0,  alignH= 1,  alignV= 1,  opaque= 0 },
  67.   nchars= 36,  nlines= 20,  nwrap= 2 }
  68.  
  69. clegends= { nlines= 0 }
  70.